SyServiceExceptionType 
Logical Entity Name  SyServiceExceptionType 
Default Table Name  SyServiceExceptionType 
Physical Only  NO 
Definition 
 
Note 
 

SyServiceExceptionType Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SyServiceExceptionTypeId(PK)    int  NO 
 
Code    varchar(10)  NO 
 
Descrip    varchar(50)  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 
Active    bit  NO 
 
IsCriticalToSuccess    bit  NO 
 

SyServiceExceptionType Primary and Unique Keys 
Key Name  Key Type  Keys 
Uk_SyServiceExceptionType_Code  Index  Code 
PK_SyServiceExceptionType_SyServiceExceptionTypeID  PrimaryKey  SyServiceExceptionTypeId 

SyServiceExceptionType Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SyStaff  Non-Identifying  One To Zero or More  FK_SyServiceExceptionTypeUserID_SyStaffSyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
SyServiceExceptionTemplate  Non-Identifying  One To Zero or More  FK_SyServiceExceptionTemplateSyServiceExceptionTypeId_SyServiceExceptionTypeSyServiceExceptionTypeId        NO  YES 

SyServiceExceptionType Check Constraints 
Check Constraint Name  CheckConstraint